const github.com/klauspost/compress/zstd.compModeRLE
6 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L578: case compModeRLE:
blockenc.go#L666: mode |= uint8(compModeRLE) << 6
blockenc.go#L677: mode |= uint8(compModeRLE) << 4
blockenc.go#L689: mode |= uint8(compModeRLE) << 2
blocktype_string.go#L52: _ = x[compModeRLE-1]
seqdec.go#L41: compModeRLE
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |